home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Joker 1999 February
/
PC Joker 99-02 (Vollversion Darkseed 2).iso
/
GOODIES
/
3DMARK
/
_SETUP.1
/
Result Browser.exe
/
0
/
RCDATA
/
TQRTABLESELECT
/
TQRTABLESELECT.txt
Wrap
Text File
|
1998-10-24
|
1KB
|
72 lines
object QRTableSelect: TQRTableSelect
Left = 188
Top = 143
BorderStyle = bsDialog
Caption = 'Table Selection'
ClientHeight = 62
ClientWidth = 304
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 15
Top = 9
Width = 32
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Alias:'
end
object Label2: TLabel
Left = 10
Top = 36
Width = 37
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Table:'
end
object Alias: TComboBox
Left = 51
Top = 6
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 0
OnChange = AliasChange
end
object Table: TComboBox
Left = 51
Top = 33
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 1
end
object OK: TButton
Left = 220
Top = 4
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = OKClick
end
object Cancel: TButton
Left = 220
Top = 32
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = CancelClick
end
end